home *** CD-ROM | disk | FTP | other *** search
- @echo on
- rem update the DEMO.ZIP freeware distribution package
- d:
- cd \game\demo
- del gmsmth01.zip
- xcopy . d:\temp /s/e
- cd \temp
- md util
- cd\game\util
- xcopy . \temp\util
- cd \temp
- md lib
- cd \game\lib
- xcopy . \temp\lib
- del \temp\lib\*.bak
- cd \temp
- md include
- cd \game\include
- xcopy . \temp\include
- cd \temp
- z -rpm gmsmth01.zip
- move gmsmth01.zip \game\demo
-
-
-